home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -screenplay- / shareware / muscarine / 35.room < prev    next >
Text File  |  2000-02-29  |  2KB  |  62 lines

  1. /* Hut Outside
  2. /* Room script for GRAAL
  3. /*
  4.  
  5. /* UPDATE: scroll_frames[;normal_frames]
  6. /*
  7. UPDATE: 6;1
  8.  
  9. /* 3D: max;mid;min;adjspeed (This statement is optional)
  10. /*
  11. /* SECTION: SAME|section_no
  12. /*
  13. SECTION: 2
  14.  
  15. /* BACKDROP: file
  16. /*
  17. BACKDROP: 35BG.iff
  18.  
  19. /* START_POS: startpos_no;image;x;y;L|M|R;floor_no
  20. START_POS: 1;//SIMG11;21;163; ;1
  21. START_POS: 2;SIMG21;70;153; ;1
  22. START_POS: 3;SIMG11;145;144; ;1
  23.  
  24. /* FLOOR: floor_no;x1;y1;x2;y2;floormaps
  25. /*
  26. FLOOR: 1;0;147;130;169;1-1/2-2
  27. FLOOR: 2;125;134;167;153;1-1/2-2
  28.  
  29. /* PATH: path_no;floor1;floor2;px1;py1;px2;py2;[{more_points}] (This statement is optional)
  30. /*
  31. /* EXIT: exit_no;x1;y1;x2;y2;x;y;description (This statement is optional)
  32. EXIT: 1;0;71;12;169;15;163;beach
  33. EXIT: 2;58;102;82;143;70;152;hut
  34. EXIT: 3;215;5;307;69;150;144;vulcano
  35.  
  36. /* CLPART: file (This statement is optional)
  37. CLPART: 35FG.iff
  38.  
  39. /* ROOMIMGS: number;start_bob;x1;y1;w;h;x-offset;hotspot (This statement is optional)
  40. ROOMIMGS: 1;1;0;0;82;92;0;100
  41.  
  42. /* STATIC: bob;image;x;y (This statement is optional)
  43. STATIC: 1;RIMG1;157;179
  44.  
  45. /* ANIM: bob;image;anim_ch;anim|ptrn;x;y (This statement is optional)
  46. /*
  47. /* ROOMOBJ: obj;name;room;VIS|NVIS;bob;image;x;y;cx;cy;cimage;prep;PICK|NPICK;anim_ch;verb;icon;LOW|MID|HIGH;types;w1;w2;w3 (This statement is optional)
  48. /*
  49. /* DACT: {cond|comm}
  50. /*
  51. DACT: LIGHTS ON;EXIT
  52.  
  53. /* LINE: dlg;line_no;sentence1;sentence2| ;{cond} (This statement is optional)
  54. /*
  55. /* LACT: dlg;line_no;{cond|comm} (This statement is optional)
  56. /*
  57. /* ACTION: verb_no;{cond|comm} (This statement is optional)
  58. ACTION: 0;IFOBJ 1;MEXIT;GOTO 34,2
  59. ACTION: 0;IFOBJ 2;MEXIT;GOTO 37,1
  60. ACTION: 0;IFOBJ 3;MEXIT;GOTO 36,1
  61. /* eof
  62.